'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create( _ ByVal targetObject As Object, _ ByVal targetPathSegmentArray() As ElementPathSegment _ ) As LinkingTarget
'Usage
Dim targetObject As Object Dim targetPathSegmentArray() As ElementPathSegment Dim value As LinkingTarget value = LinkingTarget.Create(targetObject, targetPathSegmentArray)
[NotNull()] public static LinkingTarget Create( object targetObject, ElementPathSegment[] targetPathSegmentArray )
[NotNull()] public: static LinkingTarget^ Create( Object^ targetObject, array<ElementPathSegment^>^ targetPathSegmentArray )
Parameters
- targetObject
- The target object to be linked.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - targetPathSegmentArray
- The target path segments.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).